/* 格式化样式开始 */
* {
	margin: 0;
	padding: 0;
	/* 字体设置为微软雅黑 */
	font-family: "微软雅黑";
}
ul,
li {
	list-style: none;
}
a {
	/* 没有下划线 */
	text-decoration: none;
	color: #333;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.cf {
	/* 清除浮动：zoom是IE的专属属性，可以在IE6以下清除浮动 */
	zoom: 1;
}
.cf:after {
	/* after伪元素清除浮动 */
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
.on a {
	color: #0089e6;
	font-weight: bold;
}
/* 格式化样式结束 */


/* table切换 */
.tab-box{
	width: 580px;
	height: 330px;
	background: #fff;
	padding: 30px;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
}
.clearfix:after {
	clear: both;
}
.f_title {
	padding-bottom: 25px;
	margin-bottom: 10px;
	background: url(boder_bottom.png) no-repeat bottom;
}
.f_title li {
	float: left;
	font-size: 22px;
	margin-right: 30px;
	font-weight: bold;
}
.f_title li:last-child {
	margin: 0px;
}
.f_title li:hover {
	color: #0089e6;
}
.f_more a{
	float: right;
	font-size: 16px;
	color: #0089e6;
}
/* list的样式  */
.f_list {
	text-align: left;
}
.f_list li{
	line-height: 35px;
	background: url(li_style.png) no-repeat left;
	padding-left: 25px;
}
.f_list li:hover a{
	color: #0089e6;
}
.f_list li a {
	font-size: 16px;
}
.f_list span {
	font-size: 16px;
	float: right;
}